/* Éè¼ÆÍÅ¶Ó */
.lazs_box5{
    padding-top: 54px;
    padding-bottom: 75px;
    background: #fff;
}
.team_content{
    width: 1500px;
    height: 530px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
}
.team_content .team_content_left{
    width: 403px;
    height: 530px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.team_content .team_content_left .left_list{
    display: none;
}
.team_content .team_content_left .left_list_on{
    display: block;
}
.team_content .team_content_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_content .team_content_left .content_left_zhezhao{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); 
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); 
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    left:0;
    bottom:0;
    padding-left:25px;
    box-sizing: border-box;
}
.team_content .team_content_left .content_left_zhezhao .br{
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 320px;
}
.team_content .team_content_left .content_left_zhezhao h1{
    color:#fff;
    font-size:25px;
    padding-top:20px;
    padding-bottom:10px;
}
.team_content .team_content_left .content_left_zhezhao h1 span{
    font-size:16px;
    font-weight: 100;
    padding-left:10px;
}
.team_content .team_content_left .content_left_zhezhao p{
    font-size:16px;
    color:#fff;
    padding-bottom:10px; 
}
.team_content .team_content_left .content_left_zhezhao p b{
    padding-left:21px;
    font-weight:400;
}
.team_content .team_content_left .content_left_zhezhao .zhezhao_button_box{
    display: flex;
}
.team_content .team_content_left .content_left_zhezhao .zhezhao_button{
    width: 132px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #D5B571;
    text-align: center;
    line-height: 50px;
    color:#D5B571;
    font-size:16px;
    margin-top: 16px;
    margin-right: 8px;
    transition: all .3s ease;
}
.team_content .team_content_left .content_left_zhezhao .zhezhao_button:hover{
    border: 0;
    background: #D5B571;
    color:#fff;
}
.team_content .team_content_righr{
    height: 530px;
}
.team_content .team_content_righr .team_head_bg{
    width: 260px;
    height: 261px;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}
.team_content .team_content_righr .team_head_bg img{
   	width: 100%;
   	min-height:100%;
    object-fit: cover;
}
.team_content .team_content_righr .team_head_bg .team_head_bg_zhezhao{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(213, 181, 113,.75);
    bottom:0px;
    right:0;
    position: absolute;
    transition: bottom .2s ease;
    font-size: 44px;
    color:#fff;
    z-index: 9;
    text-align: center;
    line-height: 261px;
    display:none;
}
.team_content .team_content_righr .bg_on .team_head_bg_zhezhao{
    display:block;
}
.team_content .team_content_righr .remen{
    width: 58px;
    height: 58px;
    position: absolute;
    top:0;
    right:0;
}